home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / VB_SMPL.ZIP / DB-XL.EXE / README.TXT < prev   
Text File  |  1994-04-14  |  845b  |  17 lines

  1. DB-XL: How to Transfer Data From a Database into a Excel Spreadsheet.
  2.  
  3. The sample DB-XL.MAK project contains the file DB-XL.FRM.
  4.  
  5. The idea of the sample is to demonstrate how to take any of the databases
  6. that can be exposed in Visual Basic 3.0(ie Paradox 3.x, dBase III or IV, 
  7. FoxPro 2.0 or 2.5, Access 1.x or Btrieve) and convert the data into a
  8. simple spreadsheet in Microsoft Excel 5.0.
  9.  
  10. You first want to select the type of database that you want to convert from
  11. the option buttons on the left.  Then you need to go to the appropriate
  12. directory where the database is located.  Next select the particular database
  13. by name that you want to convert.  Then select which Table that you want to
  14. convert and provide a name for the .XLS that you are about to create. If you
  15. do not supply a new .XLS name, tmp.XLS will be the name.
  16.  
  17.